Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NListBoxItemCollection Class / AddRange Method / AddRange(Object[]) Method
The group of items to add.


In This Topic
    AddRange(Object[]) Method
    In This Topic
    Adds a group of items to the list of items for a ListBox.
    Syntax
    'Declaration
     
    
    Public Overloads Shadows Sub AddRange( _
       ByVal objects() As System.Object _
    ) 
    'Usage
     
    
    Dim instance As NListBoxItemCollection
    Dim objects() As System.Object
     
    instance.AddRange(objects)
    public new void AddRange( 
       System.object[] objects
    )

    Parameters

    objects
    The group of items to add.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also